Vulcan

Vulcan扩展了Prometheus,增加了水平可扩展性和长期存储。(Vulcan extends Prometheus adding horizontal scalability and long-term storage.)

Github星跟蹤圖

Warning: This project is currently not maintained, and there is no plan to do so ATM.

Vulcan Build Status Report Card

Vulcan extends Prometheus adding horizontal scalability and long-term storage.

Vulcan is highly experimental.

Why

Prometheus has an upper-limit on the number of samples it can handle and manually sharding Prometheus is difficult. Prometheus provides
no built-in way to rebalance data between nodes once sharded, which makes accommodating additional load via adding nodes a difficult, manual process. Queries
against manually-sharded Prometheus servers must be rethought since each Prometheus instance only has a subset of the total metrics.

It is difficult to retain data in Prometheus for long-term storage as there is no built-in way to backup and restore Prometheus data. Mirroring
Prometheus (running multiple identically-configured Prometheus servers) is an option for high availability (and good for the role of monitoring),
but newly created mirrors lack historical data and therefore don't provide historical data or any additional replication factor.

Vulcan is horizontally scalable and built for long-term storage. In order to accommodate growing load, add more resources to Vulcan. There is no need to think about how to shard
data and how sharding will affect queries.

Prometheus (as of v1.2.1) is able to forward metrics to Vulcan. Existing Prometheus deployments can easily reconfigure their Prometheus servers to forward all (or just some) metrics
to Vulcan. Prometheus can continue operating as a simple and reliable monitoring system while utilizing Vulcan for long-term storage.

Why the name Vulcan?

Vulcan is the roman god of fire, metalworking and of the forge. Raised in the [digital] ocean, Vulcan was charged with crafting the tools and weaponry.

Vulcan aims to enhance the Prometheus ecosystem. Thank you Prometheus for stealing us fire in the first place.

Architecture

Refer to architecture.md

Contributing

Refer to CONTRIBUTING.md

Contact

The core developers are accessible via the Vulcan Developers Mailinglist

Ethos

Vulcan components should be stateless; state should be handled by open-source databases (e.g. Cassandra, Kafka).

Vulcan should be API-compatible with Prometheus. e.g. PromQL discussions and improvements should happen in the
Prometheus community, committed to Prometheus, and then utilized in Vulcan.

License

Apache License 2.0, see LICENSE.

主要指標

概覽
名稱與所有者digitalocean/vulcan
主編程語言Go
編程語言Makefile (語言數: 4)
平台Linux, Mac, Windows
許可證Apache License 2.0
所有者活动
創建於2016-07-26 22:44:00
推送於2017-07-10 14:38:55
最后一次提交2017-07-10 10:38:51
發布數4
最新版本名稱v0.1.0-alpha.3 (發布於 )
第一版名稱v0.0.1-alpha.1 (發布於 )
用户参与
星數529
關注者數197
派生數32
提交數145
已啟用問題?
問題數12
打開的問題數3
拉請求數78
打開的拉請求數0
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?